home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / VideoToolbox 96.06.15 / Pre-compiled headers / -How to pre-compile next >
Text File  |  1995-01-06  |  1KB  |  9 lines

  1. Use VideoToolbox.pch or follow the instructions in VideoToolbox.c to precompile VideoToolbox.h to recreate the precompiled header or headers that you'll need, since they must be produced by your version of the compiler. (If you're producing an external code resource for MATLAB then use VideoToolboxMATLAB.c instead.) Put them all pre-compiled headers in "VideoToolbox:VideoToolboxSources: Precompiled headers". Here's the naming convention that I use:
  2. "VideoToolbox.pre" = THINK C, 68k, 2-byte int, "universal" floating point (works with or without 8881 fpu).
  3. "VideoToolbox.68k.4i.f.pre" = CodeWarrior, 68k, 4-byte int, 12-byte double for 8881.
  4. "VideoToolbox.68k.4i.pre" = CodeWarrior, 68k, 4-byte int, 10-byte double for no fpu.
  5. "VideoToolbox.ppc.pre" = CodeWarrior, PowerPC, necessarily 4-byte int and 8-byte double.
  6. "VideoToolbox.68k.N.4i.f.pre" = CodeWarrior, 68k, MPW C newlines, 4-byte int, 12-byte double for 8881.
  7. "VideoToolbox.68k.N.4i.pre" = CodeWarrior, 68k, MPW C newlines, 4-byte int, 10-byte double for no fpu.
  8. "VideoToolbox.ppc.N.pre" = CodeWarrior, PowerPC, MPW C newlines, 4-byte int and 8-byte double.
  9.